>>-(_:_:)

public func >>- <V, U>(_ result: Result<V>,  transform: (V) -> Result<U>) -> Result<U>

If there’s no error, perform function that may yield Result with value and return wrapped result Left associative

  • V

    Undocumented

    Declaration

    Swift

    public func >>- <V, U>(_ result: Result<V>,  transform: (V) -> Result<U>) -> Result<U>